home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / tex / tex3141.readme < prev    next >
Text File  |  1993-03-18  |  4KB  |  117 lines

  1. This file should help you choose which archive(s) to get if you want
  2. to use TeX 3.141 based on this port. 
  3.  
  4. Please send complaints, bug reports, etc. to dcc@dcs.ed.ac.uk or by
  5. post to David Crooke, 2 Main St., Carnock, Dunfermline, Fife, SCOTLAND
  6. KY12 9JQ.
  7.  
  8. *******************************************************************
  9. * STOP PRESS                                                      *
  10. *                                                                 *
  11. * Due to a feature in the current version of ixemul.library, this *
  12. * will NOT work under AmigaDOS 3.0 - all versions between 1.3 and *
  13. * 2.1 should be OK though. Markus Wild is on vacation so I have   *
  14. * been unable to contact him about it.                            *
  15. *                                                                 *
  16. * Dave                                                            *
  17. *******************************************************************
  18.  
  19. ---------------------------------------------------------------------
  20.  
  21. Description
  22. -----------
  23.  
  24. This is a port of the latest (as far as I know) version of Knuth's
  25. generic TeX engine for AmigaDOS, with a little hack of my own so that
  26. the memory size can be controlled by the user and altered without
  27. recompilation. 
  28.  
  29. Credits
  30. -------
  31.  
  32. Literally 99.9% of the work put in this software was done by other
  33. people, not me. In particular, Markus Wild, who ported the GCC
  34. compilers to the Amiga, the many people who did the Unix port of TeX
  35. on which this is based, Leslie Lamport, author of LaTeX, and most of
  36. all Donald Knuth, the originator of TeX and author of the vast
  37. majority of this code.
  38.  
  39. Disclaimer
  40. ----------
  41.  
  42. This port has not been thoroughly tested, but I can't forsee many
  43. problems. If there are any I will endeavour to resolve them but this
  44. software is for use entirely at your own risk, no warranty expressed
  45. or implied, etc., etc. 
  46.  
  47. Machine Requirements
  48. --------------------
  49.  
  50. To run this code, you will need:
  51.  
  52.    - An Amiga (really ?) with at least 2Mb of RAM 
  53.    - AmigaDOS 1.3 or higher
  54.    - Version 39 or higher of Markus Wild's ixemulib.library, available
  55.      from all good Amiga ftp sites. If you have GCC 2.3.3 you have
  56.      this already.
  57.  
  58. Hard disks, lots of memory, better versions of AmigaDOS etc. are all
  59. highly desirable.
  60.  
  61. Packages
  62. --------
  63.  
  64. TeX3141UserKit.lha - for first-timers
  65.  
  66. This contains all you need for a bare-bones installation of TeX and
  67. LaTeX, including font metrics, style files, and the .tex sources for
  68. TeX and LaTeX. It does not include the software to view, process or
  69. print the DVI files that TeX produces, nor any information on using
  70. TeX, but it does have advice on what else to get and where to get it.
  71. If you have a 32-bit processor and FPU and want to take advantage of
  72. them, get TeX3141bin881.lha as well and use the executables contained
  73. therein. 
  74.  
  75.  
  76. TeX3141bin.lha - for existing users
  77.  
  78. This contains just the executables for initex and virtex and the
  79. tex.pool file. Documentation for my memory hack is provided.
  80.  
  81. *WARNING* - you will need to redump your format files (e.g.
  82. "lplain.fmt" for LaTeX), so make sure you have .tex files for them
  83. before you install this! If you don't, but it is just TeX and/or LaTeX
  84. you need, get the user kit (above), it includes them.
  85.  
  86.  
  87. TeX3141bin881.lha - for well-endowed users
  88.  
  89. This is the same as the TeX3141bin.lha version, but the executables
  90. have been compiled for 68020/68881 or higher processors. They should
  91. work with any high-end Amiga (all existing models of A3000/A4000), and
  92. any accelerator which has an FPU. If you have an accelerator with no
  93. FPU, or a bare A1200, use the above versions - don't feel cheated, the
  94. extra speedup comes mainly from the FPU, not the 68020 instructions;
  95. of course you will still benefit from having the faster integer
  96. processor.
  97.  
  98. The speedup of this against the above 68000 version, LaTeXing my
  99. flatmate's latest lab. report on my A3000/25, is about 30%. Your
  100. mileage may vary ;-)
  101.  
  102. See the description of TeX3141bin.lha as well.
  103.  
  104.  
  105. TeX3141source.lha - for expert masochists only
  106.  
  107. This is the source from which the initex/virtex executables were
  108. built, including web2c, etc. and the source for my hack. Only get this
  109. if you want to tinker with the works. No user serviceable parts
  110. inside. The makefiles, etc., (what little there is in the way of such
  111. luxuries) assume Markus' port of GCC.
  112.  
  113.  
  114. Happy TeXing
  115. Dave
  116. 1-Mar-93
  117.